var runtime.waitReasonStrings
5 uses
runtime (current package)
runtime2.go#L1272: var waitReasonStrings = [...]string{
runtime2.go#L1323: if w < 0 || w >= waitReason(len(waitReasonStrings)) {
runtime2.go#L1326: return waitReasonStrings[w]
runtime2.go#L1367: var isWaitingForSuspendG = [len(waitReasonStrings)]bool{
runtime2.go#L1385: var isIdleInSynctest = [len(waitReasonStrings)]bool{
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |